can not get redis password on win10 - #220
Closed
ldbfpiaoran wants to merge 1 commit into
Closed
Conversation
Traceback (most recent call last):
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\Scripts\mrq-run-script.py", line 11, in <module>
load_entry_point('mrq==0.9.10', 'console_scripts', 'mrq-run')()
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\mrq-0.9.10-py3.7.egg\mrq\bin\mrq_run.py", line 53, in main
ret = queue_job(cfg["taskpath"], params, queue=cfg["queue"])
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\mrq-0.9.10-py3.7.egg\mrq\job.py", line 674, in queue_job
return queue_jobs(main_task_path, [params], **kwargs)[0]
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\mrq-0.9.10-py3.7.egg\mrq\job.py", line 718, in queue_jobs
set_queues_size({queue: len(all_ids)})
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\mrq-0.9.10-py3.7.egg\mrq\job.py", line 684, in set_queues_size
pipe.execute()
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\redis-2.10.6-py3.7.egg\redis\client.py", line 2879, in execute
return execute(conn, stack, raise_on_error)
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\redis-2.10.6-py3.7.egg\redis\client.py", line 2810, in _execute_pipeline
connection.send_packed_command(all_cmds)
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\redis-2.10.6-py3.7.egg\redis\connection.py", line 585, in send_packed_command
self.connect()
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\redis-2.10.6-py3.7.egg\redis\connection.py", line 493, in connect
self.on_connect()
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\redis-2.10.6-py3.7.egg\redis\connection.py", line 567, in on_connect
if nativestr(self.read_response()) != 'OK':
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\redis-2.10.6-py3.7.egg\redis\connection.py", line 629, in read_response
raise response
redis.exceptions.ResponseError: NOAUTH Authentication required.
Author
|
@karpitsky It's seems to have failed to build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Traceback (most recent call last):
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\Scripts\mrq-run-script.py", line 11, in
load_entry_point('mrq==0.9.10', 'console_scripts', 'mrq-run')()
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\mrq-0.9.10-py3.7.egg\mrq\bin\mrq_run.py", line 53, in main
ret = queue_job(cfg["taskpath"], params, queue=cfg["queue"])
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\mrq-0.9.10-py3.7.egg\mrq\job.py", line 674, in queue_job
return queue_jobs(main_task_path, [params], **kwargs)[0]
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\mrq-0.9.10-py3.7.egg\mrq\job.py", line 718, in queue_jobs
set_queues_size({queue: len(all_ids)})
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\mrq-0.9.10-py3.7.egg\mrq\job.py", line 684, in set_queues_size
pipe.execute()
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\redis-2.10.6-py3.7.egg\redis\client.py", line 2879, in execute
return execute(conn, stack, raise_on_error)
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\redis-2.10.6-py3.7.egg\redis\client.py", line 2810, in _execute_pipeline
connection.send_packed_command(all_cmds)
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\redis-2.10.6-py3.7.egg\redis\connection.py", line 585, in send_packed_command
self.connect()
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\redis-2.10.6-py3.7.egg\redis\connection.py", line 493, in connect
self.on_connect()
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\redis-2.10.6-py3.7.egg\redis\connection.py", line 567, in on_connect
if nativestr(self.read_response()) != 'OK':
File "C:\Users\cuijianxiong\AppData\Local\Programs\Python\Python37\lib\site-packages\redis-2.10.6-py3.7.egg\redis\connection.py", line 629, in read_response
raise response
redis.exceptions.ResponseError: NOAUTH Authentication required.